CruiseControl.NET : Executable Task
This page last changed on Mar 16, 2005 by mroberts.
The Executable Task lets you invoke any command line executable. It doesn't offer as much specific integration as (for example) the NAnt Task, but does allow you to hook almost anything up as a build process to CCNet. ExamplesMinimalist example: <exec executable="c:\projects\myproject\build.bat"/>
Full example: <exec> <executable>make</executable> <baseDirectory>D:\dev\MyProject</baseDirectory> <buildArgs>all</buildArgs> <buildTimeoutSeconds>10</buildTimeoutSeconds> </exec> Configuration Elements:
|
Document generated by Confluence on Jun 26, 2005 17:22 |